home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Shareware / Comunicaciones / CommuniGate Server 2.6.1 / Server API / TestScript < prev   
Encoding:
Text File  |  1996-12-02  |  441 b   |  17 lines

  1. set msg to "From: user@mycompany.com (My Lovely Script)
  2. Date: Fri, 29 Nov 1996 17:06:45 +0100
  3. To: support@stalker.com (Stalker Support), 415555555@FaxGate (Fax number),
  4.   1234567@PagerCompany (A pager served with PagerCompany)
  5. Subject: Test Message!
  6. X-Fax-Cover: *Default*
  7. Errors-to: Postmaster@mycompany.com
  8.  
  9. Test message:
  10.   If you read this,
  11.   You follow too close!
  12. "
  13.  
  14. tell application "CommuniGate Server"
  15.     SubmitTextMessage msg
  16. end tell
  17.